html,
body {
  position: relative;
}

.pc {
  display: block;
}

.phone {
  display: none;
}

@media screen and (max-width: 960px) and (min-width:0px) {
  .pc {
    display: none;
  }

  .phone {
    display: block;
  }
}

/* 标题 */
section {
  padding: 90px 0;
  overflow: hidden;
}

section .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section .title h1 {
  color: #000;
  font-size: 36px;
  line-height: 36px;
}

section .title p {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* banner */
.section01 {
  padding: 0;
}

.bannerbigbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerbigbox .video {
  position: relative;
  background: #000;
  width: 100%;
}

.bannerbigbox .video video {
  opacity: .7;
}

.bannerbigbox .Alink {
  position: absolute;
  width: 100%;
  top: 75%;
  display: flex;
  justify-content: center;
}

.bannerbigbox .Alink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  width: 220px;
  height: 60px;
  margin: 0 45px;
  border-radius: 50px;
  overflow: hidden;
  z-index: 2;
}

.bannerbigbox .Alink a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  background: #2A62AE;
  left: 0;
  z-index: -1;
  transition: 1s;
}

.bannerbigbox .Alink a:hover::after {
  width: 100%;
}

/* end-banner */
/* box2 */
.section02 {
  padding-top: 200px;
}

.section02 .list a {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  padding: 0 60px;
}

.section02 .list a.cur::after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: #2A62AE;
  position: absolute;
  left: calc((100% - 65px) / 2);
  bottom: -10px;
}

.box2 {
  margin-top: 75px;
}

.box2 .item {
  display: none;
}

.box2Swiper {
  padding-bottom: 60px;
}

.box2Slide a {
  border-top-left-radius: 50px;
  overflow: hidden;
  display: block;
  background: #F5F8FA;
  transition: 1s;
}

.box2Slide a img {
  display: block;
  padding: 0 30px;
}

.box2Slide a p {
  color: #535353;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  padding: 30px 0;
  transition: 1s;
}

.box2Slide a:hover {
  background: #627882;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.box2Slide a:hover p {
  color: #fff;
}

/* 控件 */
.box2 .swiper-scrollbar {
  width: 30%;
  left: 35%;
  background: #CBCBCB;
  border-radius: 0;
  height: 2px;
  bottom: 9px;
  display: block !important;
}

.box2 .swiper-scrollbar-drag {
  background: #000;
  top: -1px;
  height: 4px;
  border-radius: 0;
}

.box2 .swiper-button-next {
  display: block;
  width: 30px;
  height: 20px;
  background: url(/assets/img/left_3.png);
  background-size: 100% 100%;
  transform: rotateY(180deg);
  top: auto;
  bottom: 0;
  left: auto;
  right: calc(35% - 60px);
}

.box2 .swiper-button-prev {
  display: block;
  width: 30px;
  height: 20px;
  background: url(/assets/img/left_3.png);
  background-size: 100% 100%;
  top: auto;
  bottom: 0;
  left: calc(35% - 60px);
  right: auto;
}

.box2 .swiper-button-next:after {
  color: #0000 !important;
}

.box2 .swiper-button-prev:after {
  color: #0000 !important;
}

/* end-box2 */
/* box3 */
.section03 {
  padding: 50px 0 90px;
  background: url(/assets/images/image\ 13.png) #2A62AE;
  background-size: 100% 100%;
  height: 360px;
}

.section03 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.section03 .title {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.section03 .title h1 {
  width: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-left: 30px;
  position: relative;
}

.section03 .title h1::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 130px;
}

.section03 .title p {
  position: absolute;
  width: 220px;
  height: 14px;
  left: -100px;
  bottom: 90px;
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 15px;
  transform: rotateZ(90deg);
}

.box3 {
  display: flex;
  align-items: center;
}

.box3 span {
  position: relative;
  padding: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box3 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #C5C5C5;
  position: absolute;
  right: 0%;
  top: calc((100% - 60px) / 2);
}

.box3 span:last-child::after {
  display: none;
}

.box3 span p {
  margin-bottom: 0;
  margin-top: 15px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

/* end-box3 */
/* box4 */
.box4 {
  display: flex;
  justify-content: space-between;
}

.box4 .text {
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box4 .text h1 {
  color: #000;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}

.box4 .text p {
  color: #7A7A7A;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.box4 .text .desc {
  color: #484848;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 45px;
}

.box4 .text a {
  width: 140px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2A62AE;
  color: #2A62AE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box4 .img {
  width: calc(100% - 730px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box4 .img span {
  position: absolute;
  right: 20%;
  top: 44%;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #2A62AE;
}

@keyframes dian {
  0% {
    width: 0;
    height: 0;
    left: 6px;
    top: 6px;
  }

  100% {
    width: 28px;
    width: 28px;
    left: -8px;
    top: -8px;
  }
}

.box4 .img span::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #2A62AE;
  opacity: .5;
  border-radius: 20px;
  position: absolute;
  left: -8px;
  top: -8px;
  animation: dian 3s infinite linear;
}

/* end-box4 */
/* box5 */
.section05 {
  padding: 0;
  position: relative;
}

.section05 h1 {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 20%;
  height: 100%;
  margin: 0;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  padding-left: calc((100vw - 1600px) / 2 + 15px);
  display: flex;
  align-items: center;
}

.box5Swiper {
  position: relative;
}

.box5Slide {
  padding: 15px;
}

.box5Slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* end-box5 */
/* box6*/
.section06 {
  padding-top: 160px;
  padding-bottom: 120px;
  background: #F5F8FA;
}

.section06 .top a {
  width: 140px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #2A62AE;
  color: #2A62AE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewsBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}

.NewsBox a {
  display: block;
  width: calc((100% - 100px) / 4);
  margin-right: 25px;
  border: 1px solid #8E8E8E;
  border-bottom: 4px solid #80A9DF;
}

.NewsBox a:last-child {
  margin-right: 0;
}

.NewsBox a .text {
  padding: 30px;
  padding-top: 45px;
}

.NewsBox a .text h1 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.NewsBox a .text p {
  color: #484848;
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.NewsBox a .text span {
  color: #656565;
  font-size: 14px;
  line-height: 14px;
}

.NewsBox a:hover {
  border-bottom: 4px solid #2A62AE;
}

.NewsBox a:hover .text h1 {
  color: #2A62AE;
}

/* end-box6 */
